main: Warn if GDK sends us bad focus events
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Jun 2019 14:09:20 +0000 (14:09 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Jun 2019 17:38:54 +0000 (17:38 +0000)
commitbc4f744562c465ee05c05f407bec7d9648d05779
tree009c0dfbe9d521d07e618372d4d32a0f519df625
parent6342287288c950da08a9a06c296810c58e84bb99
main: Warn if GDK sends us bad focus events

The new rule for focus events from the windowing
system is: We only want them for toplevels. If you
put focus on popups, we don't want to know about
it, and you still need to deliver key events to
the toplevel.
gtk/gtkmain.c